hlines

hlines(arg; decorated=(...), xmin=NaN, xmax=NaN, percent=false, kwargs...)

Plots one or a collection of horizontal lines with eventual decorations

Examples

using GMT

plot(rand(5,3))
hlines!([0.2, 0.6], pen=(1, :red), show=true)

See Also

vlines, plot